Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-0 vector-toc-not-available vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-0 skin-theme-clientpref-day vector-sticky-header-enabled" lang="de" dir="ltr"><head>
<meta charset="UTF-8">
<title>XML Base</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./_res_/favicon.png">
<link rel="canonical" href="https://de.wikipedia.org/wiki/XML_Base"> <link href="./_mw_/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.pygments.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.wikimediamessages.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link href="./_mw_/ext.gadget.citeRef.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.defaultPlainlinks.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonHide.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonLayout.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonStyle.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiDarkmode.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiResponsive.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.specialSearch.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./_mw_/site.styles.css">
<link rel="stylesheet" type="text/css" href="./_mw_/noscript.css">
<link rel="stylesheet" type="text/css" href="./_res_/footer.css">
<link rel="stylesheet" type="text/css" href="./_res_/vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-XML_Base rootpage-XML_Base skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading"><span class="mw-page-title-main">XML Base</span></h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="contentSub">
<div id="mw-content-subtitle"></div>
</div>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="de" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="de" dir="ltr"><p><b>XML Base</b> ist eine <a href="World_Wide_Web_Consortium#Empfehlungen" title="World Wide Web Consortium">vom World Wide Web Consortium empfohlene</a> Möglichkeit, Basis-URLs für Teile von XML-Dokumenten zu definieren. Basis-URL bezeichnet dabei diejenige <a href="Uniform_Resource_Locator" title="Uniform Resource Locator">URL</a>, von der aus relative Pfadangaben im Dokument aufgelöst werden. Die XML Base-Empfehlung wurde am 27. Juni 2001 eingeführt.
</p><p>Das <i>xml:base</i>-Attribut kann in XML-Dokumenten an beliebiger Stelle eingefügt werden, um eine andere Basis-URL als die des Dokumentes oder einer externen URI bzw. externen <a href="Entit%C3%A4t_(Informatik)" title="Entität (Informatik)">Entität</a> zu verwenden. Der Wert des Attributes wird als URI-Referenz, wie in RFC&nbsp;2396<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> definiert, interpretiert, nachdem er wie in Teil 3.1 der Spezifikation verarbeitet wurde.
</p><p>In XML-Prozessoren, die <a href="Namensraum_(XML)" title="Namensraum (XML)">XML-Namensräume</a> berücksichtigen, ist das „xml“-Präfix an die Namespace-Bezeichnung gebunden, wie dort unter <i>Namespaces in XML</i> beschrieben. Trotzdem kann xml:base auch von Prozessoren genutzt werden, die keine Namensräume verarbeiten.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Beispiel">Beispiel</h2></div>
<p>Das folgende XML-Dokument befinde sich am Ort <code>file:///var/www/beispiel.xml</code>
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span></span><span class="nt">&lt;body</span><span class="w"> </span><span class="na">xmlns=</span><span class="s">"http://www.w3.org/1999/xhtml"</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;a</span><span class="w"> </span><span class="na">href=</span><span class="s">"/wiki/XML_Base"</span><span class="nt">&gt;</span>Link<span class="w"> </span>1<span class="nt">&lt;/a&gt;</span>
<span class="w"> </span><span class="nt">&lt;a</span><span class="w"> </span><span class="na">xml:base=</span><span class="s">"http://de.wikipedia.org"</span><span class="w"> </span><span class="na">href=</span><span class="s">"/wiki/XML_Base"</span><span class="nt">&gt;</span>Link<span class="w"> </span>2<span class="nt">&lt;/a&gt;</span>
<span class="w"> </span><span class="nt">&lt;div</span><span class="w"> </span><span class="na">xml:base=</span><span class="s">"file:///home/user/"</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;a</span><span class="w"> </span><span class="na">href=</span><span class="s">"test2.xml"</span><span class="nt">&gt;</span>Link<span class="w"> </span>3<span class="nt">&lt;/a&gt;</span>
<span class="w"> </span><span class="nt">&lt;a</span><span class="w"> </span><span class="na">xml:base=</span><span class="s">"ordner"</span><span class="w"> </span><span class="na">href=</span><span class="s">"test3.xml"</span><span class="nt">&gt;</span>Link<span class="w"> </span>4<span class="nt">&lt;/a&gt;</span>
<span class="w"> </span><span class="nt">&lt;/div&gt;</span>
<span class="nt">&lt;/body&gt;</span>
</pre></div>
<p>Dann werden die Links folgendermaßen aufgelöst:
</p>
<ol><li>Link 1 führt zu <code>file:///wiki/XML_Base</code></li>
<li>Link 2 zu <code>http://de.wikipedia.org/wiki/XML_Base</code></li>
<li>Link 3 zu <code>file:///home/user/test2.xml</code></li>
<li>Link 4 zu <code>file:///home/user/ordner/test3.xml</code></li></ol>
<div class="mw-heading mw-heading2"><h2 id="Weblinks">Weblinks</h2></div>
<ul><li><a rel="nofollow" class="external text" href="https://www.w3.org/TR/xmlbase/">XML-Base W3C Empfehlung</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Einzelnachweise">Einzelnachweise</h2></div>
<ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a></span> <span class="reference-text"><i><a href="Request_for_Comments" title="Request for Comments">RFC</a>: <style data-mw-deduplicate="TemplateStyles:r250917974">
/* start https://de.wikipedia.org/ */


.mw-parser-output .dewiki-iconexternal>a{background-position:center right!important;background-repeat:no-repeat!important}body.skin-minerva .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/OOjs_UI_icon_external-link-ltr-progressive.svg")!important;background-size:10px!important;padding-right:13px!important}body.skin-timeless .mw-parser-output .dewiki-iconexternal>a,body.skin-monobook .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/MediaWiki_external_link_icon.svg")!important;padding-right:13px!important}body.skin-vector .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/Link.ernal-small-ltr-progressive.svg")!important;background-size:0.857em!important;padding-right:1em!important}


/* end https://de.wikipedia.org/ */
</style><span class="dewiki-iconexternal"><a href="https://datatracker.ietf.org/doc/html/rfc2396" class="extiw external" title="rfc:2396">2396</a></span></i>&nbsp;– <i><span lang="en">Uniform Resource Identifiers (URI): Generic Syntax</span></i>. August 1998 (englisch).</span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><a href="#cite_ref-2">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://www.w3.org/XML/1998/namespace"><i>The “xml:” Namespace.</i></a> In: <i>w3.org.</i> 26.&nbsp;Oktober 2009,<span class="Abrufdatum"> abgerufen am 14.&nbsp;September 2019</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3AXML+Base&amp;rft.title=The+%E2%80%9Cxml%3A%E2%80%9D+Namespace&amp;rft.description=The+%E2%80%9Cxml%3A%E2%80%9D+Namespace&amp;rft.identifier=https%3A%2F%2Fwww.w3.org%2FXML%2F1998%2Fnamespace&amp;rft.date=2009-10-26&amp;rft.language=en">&nbsp;</span></span>
</li>
</ol>
<style data-mw-deduplicate="TemplateStyles:r261921266">
/* start https://de.wikipedia.org/ */


.mw-parser-output table.erw-nav-zebra>tbody>:nth-child(odd){background-color:var(--dewiki-hintergrundfarbe-basis)}.mw-parser-output .erw-nav-farbschema-blau .erw-nav-leiste{background-color:#f5f5f5}.mw-parser-output .erw-nav-farbschema-blau .erw-nav-gruppe{background-color:#e5ecf2}.mw-parser-output .erw-nav-farbschema-grau .erw-nav-leiste,.mw-parser-output .erw-nav-farbschema-grau .erw-nav-gruppe{background-color:#ececec}.mw-parser-output .erweiterte-navigationsleiste .klappleiste-inhalt>.wikitable>*>tr{border-top:2px solid #fdfdfd!important;border-bottom:2px solid #fdfdfd!important}@media screen{html.skin-theme-clientpref-night .mw-parser-output .erw-nav-farbschema-blau .erw-nav-leiste,html.skin-theme-clientpref-night .mw-parser-output .erw-nav-farbschema-blau .erw-nav-gruppe,html.skin-theme-clientpref-night .mw-parser-output .erw-nav-farbschema-grau .erw-nav-leiste,html.skin-theme-clientpref-night .mw-parser-output .erw-nav-farbschema-grau .erw-nav-gruppe{background-color:#202122}html.skin-theme-clientpref-night .mw-parser-output .erweiterte-navigationsleiste .klappleiste-inhalt .wikitable tr,html.skin-theme-clientpref-night .mw-parser-output .erweiterte-navigationsleiste .klappleiste-inhalt .wikitable td{border-color:#101418!important}html.skin-theme-clientpref-night .mw-parser-output .erw-nav-bild span[typeof="mw:File"] img{background-color:#c8ccd1}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .erw-nav-farbschema-blau .erw-nav-leiste,html.skin-theme-clientpref-os .mw-parser-output .erw-nav-farbschema-blau .erw-nav-gruppe,html.skin-theme-clientpref-os .mw-parser-output .erw-nav-farbschema-grau .erw-nav-leiste,html.skin-theme-clientpref-os .mw-parser-output .erw-nav-farbschema-grau .erw-nav-gruppe{background-color:#202122}html.skin-theme-clientpref-os .mw-parser-output .erweiterte-navigationsleiste .klappleiste-inhalt .wikitable tr,html.skin-theme-clientpref-os .mw-parser-output .erweiterte-navigationsleiste .klappleiste-inhalt .wikitable td{border-color:#101418!important}html.skin-theme-clientpref-os .mw-parser-output .erw-nav-bild span[typeof="mw:File"] img{background-color:#c8ccd1}}.mw-parser-output .erweiterte-navigationsleiste .hlist .wikitable{border-top:0px!important;border-bottom:0px!important;margin-top:0!important;margin-bottom:0!important}.mw-parser-output .erweiterte-navigationsleiste .hlist .wikitable tr:first-of-type td{border-top:0px!important}.mw-parser-output .erweiterte-navigationsleiste .hlist .wikitable tr:last-of-type td{border-bottom:0px!important}


/* end https://de.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r260755238">
/* start https://de.wikipedia.org/ */


.mw-parser-output div.klappleiste{border:1px solid var(--dewiki-rahmenfarbe1);clear:both;font-size:95%;box-sizing:border-box;margin-top:1.5em;padding:2px}.mw-parser-output div.klappleiste:after{clear:both;content:"";display:block}.mw-parser-output div.klappleiste-bild{float:left;padding:2px}.mw-parser-output div.klappleiste-kopf{background:var(--dewiki-hintergrundfarbe5);color:var(--color-base,#202122);text-align:center;font-weight:bold}.mw-parser-output div.klappleiste.mw-collapsed .klappleiste-bild{display:none}.mw-parser-output div.klappleiste+div.klappleiste,.mw-parser-output div.klappleiste+link+div.klappleiste,.mw-parser-output div.klappleiste+link+link+div.klappleiste,.mw-parser-output div.klappleiste+link+style+div.klappleiste,.mw-parser-output div.klappleiste+style+div.klappleiste,.mw-parser-output div.klappleiste+style+style+div.klappleiste,.mw-parser-output div.klappleiste+style+link+div.klappleiste{margin-top:-1px}@media screen{html.skin-theme-clientpref-night .mw-parser-output .klappleiste-bild span[typeof="mw:File"]:not(.skin-invert-image) img{background-color:#c8ccd1}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .klappleiste-bild span[typeof="mw:File"]:not(.skin-invert-image) img{background-color:#c8ccd1}}


/* end https://de.wikipedia.org/ */
</style>
<div class="klappleiste mw-collapsible navileiste erweiterte-navigationsleiste navigation-not-searchable center erw-nav-farbschema-blau" role="navigation">
<div class="klappleiste-kopf">Standards des <a href="World_Wide_Web_Consortium" title="World Wide Web Consortium">World Wide Web Consortiums</a> (W3C)<div class="erweiterte-navigationsleiste-quicklinks" style="float:left; font-weight:normal; font-size:75%; margin-left:1em; margin-right:2em; display:none;"><span title="Vorlage anzeigen">V</span> – <span title="Diskussion anzeigen">D</span></div></div>
<div class="klappleiste-inhalt mw-collapsible-content" style="clear:left">
<table class="wikitable erw-nav-zebra" style="width:100%;margin:0;text-align:left;font-size:95%;margin-top:.1em;margin-bottom:.0em;">


<tbody><tr>
<td class="erw-nav-gruppe" style="white-space: nowrap;text-align: right;border: 1px solid transparent;border-top: 1px solid #FFF;border-bottom: 2px solid #FFF;padding: 0 1em;"><b>Empfehlungen</b>
</td>
<td class="hlist" style="text-align: left;border-left: 2px solid #fdfdfd;width: 100%;margin: .4em 0;border-color: #fdfdfd;padding: 0 .25em;">
<p><a href="ActivityPub" title="ActivityPub">ActivityPub</a>&nbsp;| <a href="Accessible_Rich_Internet_Applications" title="Accessible Rich Internet Applications">ARIA</a>&nbsp;| <a href="Canonical_XML" title="Canonical XML">Canonical XML</a>&nbsp;| <a href="Compound_Document_Formats" title="Compound Document Formats">CDF</a>&nbsp;| <a href="Cascading_Style_Sheets" title="Cascading Style Sheets">CSS</a>&nbsp;| <a href="Document_Object_Model" title="Document Object Model">DOM</a>&nbsp;| <a href="W3C_Geolocation_API" title="W3C Geolocation API">Geolocation API</a>&nbsp;| <a href="Hypertext_Markup_Language" title="Hypertext Markup Language">HTML</a>&nbsp;| <a href="HTML5" title="HTML5">HTML5</a>&nbsp;| <a href="InkML" title="InkML">InkML</a>&nbsp;| <a href="Internationalization_Tag_Set" title="Internationalization Tag Set">ITS</a>&nbsp;| <a href="JSON-LD" title="JSON-LD">JSON-LD</a>&nbsp;| <a href="Mathematical_Markup_Language" title="Mathematical Markup Language">MathML</a>&nbsp;| <a href="Web_Ontology_Language" title="Web Ontology Language">OWL</a>&nbsp;| <a href="Platform_for_Privacy_Preferences_Project" title="Platform for Privacy Preferences Project">P3P</a>&nbsp;| PLS&nbsp;| <a href="Portable_Network_Graphics" title="Portable Network Graphics">PNG</a>&nbsp;| <a href="Resource_Description_Framework" title="Resource Description Framework">RDF</a>&nbsp;| <a href="RDF-Schema" title="RDF-Schema">RDF-Schema</a>&nbsp;| <a href="Rule_Interchange_Format" title="Rule Interchange Format">RIF</a>&nbsp;| <a href="SCXML" title="SCXML">SCXML</a>&nbsp;| <a href="Semantic_Interpretation_for_Speech_Recognition" title="Semantic Interpretation for Speech Recognition">SISR</a>&nbsp;| <a href="Simple_Knowledge_Organisation_System" title="Simple Knowledge Organisation System">SKOS</a>&nbsp;| <a href="Synchronized_Multimedia_Integration_Language" title="Synchronized Multimedia Integration Language">SMIL</a>&nbsp;| <a href="SOAP" title="SOAP">SOAP</a>&nbsp;| <a href="Speech_Recognition_Grammar_Specification" title="Speech Recognition Grammar Specification">SRGS</a>&nbsp;| <a href="Speech_Synthesis_Markup_Language" title="Speech Synthesis Markup Language">SSML</a>&nbsp;| <a href="Scalable_Vector_Graphics" title="Scalable Vector Graphics">SVG</a>&nbsp;| <a href="SPARQL" title="SPARQL">SPARQL</a>&nbsp;| <a href="Timed_Text" title="Timed Text">Timed Text</a>&nbsp;| <a href="Turtle_(Syntax)" title="Turtle (Syntax)">Turtle</a>&nbsp;| <a href="VoiceXML" title="VoiceXML">VoiceXML</a>&nbsp;| <a href="Web_Services_Description_Language" title="Web Services Description Language">WSDL</a>&nbsp;| <a href="XForms" title="XForms">XForms</a>&nbsp;| <a href="Extensible_Hypertext_Markup_Language" title="Extensible Hypertext Markup Language">XHTML</a>&nbsp;| <a href="RDFa" title="RDFa">XHTML+RDFa</a>&nbsp;| <a href="XInclude" title="XInclude">XInclude</a>&nbsp;| <a href="XLink_(Syntax)" title="XLink (Syntax)">XLink</a>&nbsp;| <a href="Extensible_Markup_Language" title="Extensible Markup Language">XML</a>&nbsp;| <a class="mw-selflink selflink">XML Base</a>&nbsp;| <a href="XML-Encryption" title="XML-Encryption">XML-Encryption</a>&nbsp;| <a href="XML_Events" title="XML Events">XML Events</a>&nbsp;| <a href="XML_Information_Set" title="XML Information Set">XML Information Set</a>&nbsp;| <a href="Namensraum_(XML)" title="Namensraum (XML)">XML Namespace</a>&nbsp;| <a href="XML_Schema" title="XML Schema">XML Schema</a>&nbsp;| <a href="XML_Signature" title="XML Signature">XML Signature</a>&nbsp;| <a href="XPath" title="XPath">XPath</a>&nbsp;| <a href="XPointer" title="XPointer">XPointer</a>&nbsp;| <a href="XProc" title="XProc">XProc</a>&nbsp;| <a href="XQuery" title="XQuery">XQuery</a>&nbsp;| <a href="Extensible_Stylesheet_Language" title="Extensible Stylesheet Language">XSL</a>&nbsp;| <a href="Extensible_Stylesheet_Language_%E2%80%93_Formatting_Objects" title="Extensible Stylesheet Language – Formatting Objects">XSL-FO</a>&nbsp;| <a href="XSL_Transformation" title="XSL Transformation">XSLT</a> <small>(Elemente)</small>
</p>
</td>
<td class="erw-nav-bild" style="width:0; padding:0 2px 0 0; border:1px solid transparent;" rowspan="5"><div class="noviewer" aria-hidden="true" role="presentation"><span typeof="mw:File"></span></div>
</td></tr>
<tr>
<td class="erw-nav-gruppe" style="white-space: nowrap;text-align: right;border: 1px solid transparent;border-top: 1px solid #FFF;border-bottom: 2px solid #FFF;padding: 0 1em;"><b>Arbeitsentwürfe<br>und Kandidaten</b>
</td>
<td class="hlist" style="text-align: left;border-left: 2px solid #fdfdfd;width: 100%;margin: .4em 0;border-color: #fdfdfd;padding: 0 .25em;">
<p><a href="CCXML" title="CCXML">CCXML</a>&nbsp;| <a href="CURIE" title="CURIE">CURIE</a>&nbsp;| <a href="SMIL_Timesheets" title="SMIL Timesheets">SMIL Timesheets</a>&nbsp;| <a href="SXBL" title="SXBL">sXBL</a>&nbsp;| WICD&nbsp;| <a href="XFrames" title="XFrames">XFrames</a>&nbsp;| <a href="XML_Binding_Language" title="XML Binding Language">XBL</a>&nbsp;| XHTML+MathML+SVG&nbsp;| <a href="XMLHttpRequest" title="XMLHttpRequest">XMLHttpRequest</a>
</p>
</td></tr>
<tr>
<td class="erw-nav-gruppe" style="white-space: nowrap;text-align: right;border: 1px solid transparent;border-top: 1px solid #FFF;border-bottom: 2px solid #FFF;padding: 0 1em;"><b>Anmerkungen</b>
</td>
<td class="hlist" style="text-align: left;border-left: 2px solid #fdfdfd;width: 100%;margin: .4em 0;border-color: #fdfdfd;padding: 0 .25em;">
<p><a href="XAdES" title="XAdES">XAdES</a>&nbsp;| <a href="Extensible_Forms_Description_Language" title="Extensible Forms Description Language">XFDL</a>&nbsp;| <a href="XHTML%2BSMIL" title="XHTML+SMIL">XHTML+SMIL</a>&nbsp;| <a href="Extensible_User_Interface_Protocol" title="Extensible User Interface Protocol">XUP</a>
</p>
</td></tr>
<tr>
<td class="erw-nav-gruppe" style="white-space: nowrap;text-align: right;border: 1px solid transparent;border-top: 1px solid #FFF;border-bottom: 2px solid #FFF;padding: 0 1em;"><b>Richtlinien</b>
</td>
<td class="hlist" style="text-align: left;border-left: 2px solid #fdfdfd;width: 100%;margin: .4em 0;border-color: #fdfdfd;padding: 0 .25em;">
<p><a href="Web_Content_Accessibility_Guidelines" title="Web Content Accessibility Guidelines">Web Content Accessibility Guidelines</a>&nbsp;| Multimodal Interaction Activity&nbsp;| <a href="W3C_Markup_Validation_Service" title="W3C Markup Validation Service">Markup Validation Service</a>
</p>
</td></tr>
<tr>
<td class="erw-nav-gruppe" style="white-space: nowrap;text-align: right;border: 1px solid transparent;border-top: 1px solid #FFF;border-bottom: 2px solid #FFF;padding: 0 1em;"><b>Initiativen</b>
</td>
<td class="hlist" style="text-align: left;border-left: 2px solid #fdfdfd;width: 100%;margin: .4em 0;border-color: #fdfdfd;padding: 0 .25em;">
<p><a href="Web_Accessibility_Initiative" title="Web Accessibility Initiative">Web Accessibility Initiative</a>
</p>
</td></tr>





















































</tbody></table></div></div></div><!--htdig_noindex--><div><div class="zim-footer">
Dieser Artikel wurde von <a class="external text" title="Zuletzt bearbeitet am 2025-11-29" href="https://de.wikipedia.org/wiki/?title=XML_Base&amp;oldid=261967685">Wikipedia</a> herausgegeben. Der Text ist unter <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.de">Creative Commons Attribution-Share Alike 4.0</a> verfügbar, sofern nicht anders angegeben. Für die Mediendateien können zusätzliche Bedingungen gelten.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
<script src="./_webp_/webpHandler.js"></script>

</body></html>